de.cebis.moccabox.security.domain
Class Group

java.lang.Object
  extended by de.cebis.moccabox.domain.AbstractConceptualObject
      extended by de.cebis.moccabox.security.domain.Group
All Implemented Interfaces:
IPersistentConcept, java.io.Serializable

public class Group
extends AbstractConceptualObject
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int TYPE_COMMUNITY
           
static int TYPE_LECTURE
           
static int TYPE_ORGANISATION
           
 
Fields inherited from interface de.cebis.moccabox.domain.IPersistentConcept
PROP_CREATION_DATE, PROP_ID, PROP_LAST_EDIT_DATE, PROP_LAST_EDIT_USER
 
Constructor Summary
Group()
           
 
Method Summary
 java.lang.String getName()
           
 Group getParentGroup()
           
 int getType()
           
 void setName(java.lang.String name)
           
 void setParentGroup(Group parentGroup)
           
 void setType(int groupType)
           
 
Methods inherited from class de.cebis.moccabox.domain.AbstractConceptualObject
getCreationDate, getId, getLastEditDate, getVersion, setCreationDate, setId, setLastEditDate, setVersion
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_ORGANISATION

public static int TYPE_ORGANISATION

TYPE_LECTURE

public static int TYPE_LECTURE

TYPE_COMMUNITY

public static int TYPE_COMMUNITY
Constructor Detail

Group

public Group()
Method Detail

getParentGroup

public Group getParentGroup()

setParentGroup

public void setParentGroup(Group parentGroup)

getType

public int getType()

setType

public void setType(int groupType)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)